This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Those articles are very interesting and they helped a lot.
However, I'm stuck at the Stub Generator section (part 2). I managed to install it and make it works (2.5.2_01)... but the generated .java (main one) never displays my web service methods... here's what I got:
// This class was generated by 172 StubGenerator.
// Contents subject to change without notice.
// @generated
package com.domain.test;
public interface test extends java.rmi.Remote {
}
I tested, tested and then tested some more and I finally noticed that if the method has more than one argument, it doesn't get displayed there (and on the _Stub.java file as well). If the method has no argument, or only one, then everything is fine.
My web service is created in Java using a Notes 8.5.1 FP3 client on a Domino 8.5.1 FP3 server (Windows 2008 64bit).
I also tried it using a Notes 8.02 FP4 client on a Domino 8.0.1 server (Windows 2003 32bit).
I then tried Mr Wargo .NSF sample and I'm able to make it works perfectly... but as soon as I add a second parameter to one of his two methods (both methods have only one argument), then this method disappear from both .java files... so the problem is still there using his Lotuscript code.
I'm probably doing something stupid... or forgetting something important... but I can't manage to make it work with methods of two arguments or more in either Java or LotusScript. I tried with a .NET web service somebody did here and it seems to work even if methods have more than one arguments. Weird!
Has somebody experienced this before?
Anybody has an idea?
Thanks a lot!
Feedback number WEBB877K55 created by ~Kirk Lopkimanflar on 07/09/2010
Status: Open
Comments: